-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tuya support #1997
Tuya support #1997
Conversation
@tonilopezmr Small example of how I also wonder why tf I needed view objects instead of copying the data, restricting copy constructors. |
@davebuk btw I will merge this tomorrow. |
Great. I'll build a 1.14.0dev version once merged and then test. |
Note that unlike previous version, I tried to rework boot sequence to actually try to make use of |
I have made a 1.14.0dev 2.5.2 core build and the dimmer is working fine. Really great work. I'm away for a few days but if you want any further tests running on this build, I'll see what I can do. Thanks again. |
I got some plug-in relay modules that happily came over to Espurna with the tuya-convert process. Can anyone point me toward how to build for a relay module? Generic relay firmware doesn't work. |
Test build to resolve #1729
Need to:
fix broker interfacesee broker.h, simplify brokerPublish signature. this breaks backwards compatibility, but I guess I could restore it with old "type(int)" dispatching to a proper TBroker
take a look again if this is really relay / light provider(note: this could work outside of relay module completely, but wait until other providers are configured as such)
clean-up tuya classesavoid breaking existing modules